Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGridDetailProvider<TItem> Class / DetailExpandedIconTemplate Property

In This Topic
    DetailExpandedIconTemplate Property
    In This Topic
    Gets or sets the template used to create the icon displayed when the detail row is expanded.
    Syntax
    'Declaration
     
    
    Public Property DetailExpandedIconTemplate As RenderFragment(Of C1Style)
    public RenderFragment<C1Style> DetailExpandedIconTemplate {get; set;}
    Remarks
    When this property is null, the DetailCollapsedIconTemplate icon template will be mirrored horizontally.
    See Also